From: Joey Hess Date: Tue, 27 Sep 2022 19:01:08 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~69^2~21 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e858315744a5964a13c2385a17a456349b199e1b;p=git-annex.git comment --- diff --git a/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_3_d54eb28d30d91088de019b761a340fd3._comment b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_3_d54eb28d30d91088de019b761a340fd3._comment deleted file mode 100644 index 1db69d2241..0000000000 --- a/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_3_d54eb28d30d91088de019b761a340fd3._comment +++ /dev/null @@ -1,13 +0,0 @@ -[[!comment format=mdwn - username="joey" - subject="""comment 3""" - date="2022-09-27T18:54:32Z" - content=""" -FWIW, I don't see this problem in a v10 repo on ext4. I set annex.pidlock in -case it being set somehow causes a locking problem. - -Try running a command like this, in a repo where it hangs, to debug at what -point in the git-annex filter-process it is hanging. - - GIT_TRACE_PACKET=1 GIT_TRACE=1 git status -"""]] diff --git a/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_4_d54eb28d30d91088de019b761a340fd3._comment b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_4_d54eb28d30d91088de019b761a340fd3._comment new file mode 100644 index 0000000000..3d0ae56df3 --- /dev/null +++ b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_4_d54eb28d30d91088de019b761a340fd3._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2022-09-27T18:54:32Z" + content=""" +FWIW, I don't see this problem in a v10 repo on ext4. I set annex.pidlock in +case it being set somehow causes a locking problem. + +Try running this, in a repo where it hangs, to debug at what +point in the git-annex filter-process it is hanging. + + GIT_TRACE_PACKET=1 GIT_TRACE=1 git status + +Then try disabling filter-process and confirm if it hangs or not: + + git config --unset filter.annex.process + git status +"""]]